From: Richard M. Stallman Date: Fri, 21 Jun 2002 12:31:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~32106 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dd01a042bd502b188201e33fa319553fad8b3394;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 008a2453696..331e3126d59 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -15,6 +15,16 @@ Discard `help-echo' events. Handle (menu-bar) events. Simplify by converting key sequence to a list and then back to vector. +2002-06-21 Stephen Gildea + + * mwheel.el: Allow arbitrary keys for scrolling, add a third + scrolling speed, fix an unwind-protect. + (mouse-wheel-scroll-amount): Now a three-element list. + (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow) + (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal) + (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast): + New functions. + 2002-06-21 Andreas Schwab * files.el (find-file-read-args): Add new argument `mustmatch' and